home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMDXCHANGEFILENAME / TFMDXCHANGEFILENAME.txt
Text File  |  2004-09-21  |  1KB  |  72 lines

  1. object fmdxChangeFileName: TfmdxChangeFileName
  2.   Left = 276
  3.   Top = 188
  4.   ActiveControl = edFileName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose New File Name'
  7.   ClientHeight = 104
  8.   ClientWidth = 350
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 109
  21.     Top = 75
  22.     Width = 75
  23.     Height = 23
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 190
  31.     Top = 75
  32.     Width = 75
  33.     Height = 23
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object btnHelp: TButton
  40.     Left = 271
  41.     Top = 75
  42.     Width = 75
  43.     Height = 23
  44.     Caption = '&Help'
  45.     TabOrder = 3
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 4
  49.     Top = 2
  50.     Width = 342
  51.     Height = 65
  52.     TabOrder = 0
  53.     object lblEnterNewFileName: TLabel
  54.       Left = 9
  55.       Top = 17
  56.       Width = 103
  57.       Height = 13
  58.       Caption = '&Enter New File Name:'
  59.       FocusControl = edFileName
  60.     end
  61.     object edFileName: TEdit
  62.       Left = 9
  63.       Top = 33
  64.       Width = 324
  65.       Height = 21
  66.       MaxLength = 260
  67.       TabOrder = 0
  68.       OnChange = edFileNameChange
  69.     end
  70.   end
  71. end
  72.